home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha Extra 2004 January
/
CyberMycha Extra 1-2004 (Poland) (Disc 2).bin
/
Pippi
/
gmgl.dir
/
Internal_6_scoreInternal.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-09-04
|
295 b
|
14 lines
global gmObject, sndObject
on exitFrame me
if gmObject.illLevel < 180 then
if the ticks > (gmObject.clickTimer + 180) then
if gmObject.virgin = 0 then
gmObject.clickTimer = the ticks
sndObject.respondSnd(1, 1, 1)
end if
end if
end if
go(the frame)
end